Skip to content

fix: fail GPU E2E tests on SKU capacity issues - #9232

Merged
sulixu merged 2 commits into
mainfrom
fix/gpu-e2e-fail-on-capacity-issues
Aug 18, 2026
Merged

fix: fail GPU E2E tests on SKU capacity issues#9232
sulixu merged 2 commits into
mainfrom
fix/gpu-e2e-fail-on-capacity-issues

Conversation

@sulixu

@sulixu sulixu commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:
Sets SKIP_TESTS_WITH_SKU_CAPACITY_ISSUE=false for the Ubuntu AgentBaker GPU E2E pipeline.

SKU quota/capacity errors will now fail the pipeline instead of silently skipping GPU scenarios, ensuring missing GPU coverage
is visible. The Azure Linux GPU E2E pipeline remains unchanged.
Which issue(s) this PR fixes:
N/A

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Ubuntu-focused GPU E2E Azure DevOps pipeline configuration to stop silently skipping GPU scenarios when Azure SKU quota/capacity issues are encountered, making missing GPU coverage visible by failing the run instead.

Changes:

  • Set SKIP_TESTS_WITH_SKU_CAPACITY_ISSUE to false in the Ubuntu GPU E2E pipeline (.pipelines/e2e-gpu.yaml) so capacity issues fail the pipeline.
  • (By implication) Keep the Azure Linux GPU E2E pipeline behavior unchanged (.pipelines/e2e-gpu-azurelinux.yaml still has the variable set to true).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Windows Unit Test Results

  3 files   12 suites   50s ⏱️
389 tests 389 ✅ 0 💤 0 ❌
392 runs  392 ✅ 0 💤 0 ❌

Results for commit 3271c75.

♻️ This comment has been updated with latest results.

Copilot AI review requested due to automatic review settings August 18, 2026 18:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Suppressed comments (1)

.pipelines/e2e-gpu.yaml:7

  • The PR description says this pipeline sets SKIP_TESTS_WITH_SKU_CAPACITY_ISSUE=false, but the current runtime expression makes it true for PR builds (and false for non-PR builds). If the intent is to always fail GPU tests on SKU quota/capacity issues (including PR validation), this should be set to false unconditionally; otherwise the PR description should be updated to match the conditional behavior.
  # PRs skip quota/capacity-constrained scenarios; main and scheduled runs fail them.
  SKIP_TESTS_WITH_SKU_CAPACITY_ISSUE: $[eq(variables['Build.Reason'], 'PullRequest')]

@sulixu
sulixu merged commit 052d44d into main Aug 18, 2026
25 checks passed
@sulixu
sulixu deleted the fix/gpu-e2e-fail-on-capacity-issues branch August 18, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants